const boxes = Array.from(document.getElementsByClassName('box'));
const boxArray = [...document.getElementsByClassName('box')];